From fbc92d2b9d8218ae388eeef4e7123eb607428632 Mon Sep 17 00:00:00 2001 From: "awilliam@ldap.hp.com" Date: Tue, 25 Apr 2006 10:54:45 -0700 Subject: [PATCH] [IA64] introduce compile time option to xen introduce xen_ia64_dom0_virtual_physical compile time option. Signed-off-by: Isaku Yamahata --- xen/arch/ia64/Rules.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xen/arch/ia64/Rules.mk b/xen/arch/ia64/Rules.mk index c574680eeb..073a43b456 100644 --- a/xen/arch/ia64/Rules.mk +++ b/xen/arch/ia64/Rules.mk @@ -3,6 +3,8 @@ HAS_ACPI := y VALIDATE_VT ?= n +xen_ia64_dom0_virtual_physical ?= n + ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux- endif @@ -34,4 +36,7 @@ CFLAGS += -g ifeq ($(VALIDATE_VT),y) CFLAGS += -DVALIDATE_VT endif +ifeq ($(xen_ia64_dom0_virtual_physical),y) +CFLAGS += -DCONFIG_XEN_IA64_DOM0_VP +endif LDFLAGS := -g -- 2.30.2